home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00030_TM Main Icons.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  444 b   |  25 lines

  1. on mouseDown
  2.   global IconList1
  3.   puppetSprite(15, 0)
  4.   sound stop 1
  5.   sound stop 2
  6.   puppetSound(0)
  7.   updateStage()
  8.   tell the stage
  9.     playSFX(5)
  10.   end tell
  11.   repeat with rc in IconList1
  12.     outScope(rc)
  13.   end repeat
  14.   updateStage()
  15.   go(the frame + 1)
  16.   go(the frame - 1)
  17.   repeat with rc in IconList1
  18.     Inscope(rc)
  19.   end repeat
  20.   updateStage()
  21.   iconObj = getaProp(IconList1, the clickOn)
  22.   doRollover(iconObj)
  23.   trackMouse(iconObj)
  24. end
  25.